imgrotate

USAGE: imgrotate inimg outimg angle [-o X_ORIGIN Y_ORIGIN] [-q] [-L]

imgrotate rotates image by specified angle.

ARGUMENTS:
    inimg: input image filename (TIF)
   outimg: output image filename (TIF)
    angle: value (in degrees) of desired rotation with respect
           to the horizontal; counter-clockwise is positive.

OPTIONS:
  -o X_ORIGIN Y_ORIGIN: are coordinates about which to rotate.
                       (0,0) is at top-left corner.
                        Default is middle of image.
                    -q: if set, performs quicker rotation by using
                        nearest-pixel instead of default bilinear interpolation.

                    -L: print Software License for this module
 
 
 
 

Example:

imgrotate ripples.tif tiltrot.tif 30

ripples.tif:

tiltrot.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.